-
-
Notifications
You must be signed in to change notification settings - Fork 390
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(core): Streaming multipart parser #3872
Conversation
49ef187
to
3d967c9
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3872 +/- ##
==========================================
- Coverage 98.41% 98.40% -0.02%
==========================================
Files 344 344
Lines 15478 15467 -11
Branches 1702 1701 -1
==========================================
- Hits 15233 15220 -13
- Misses 115 118 +3
+ Partials 130 129 -1 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I couldn't wait till tomorrow with the review ;)
3d967c9
to
5373343
Compare
dede007
to
b386b88
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
amazing addition
ba9941d
to
3150721
Compare
Documentation preview will be available shortly at https://litestar-org.github.io/litestar-docs-preview/3872 |
Multipart v1.2.0 is released now :) |
3150721
to
76cf74f
Compare
Quality Gate passedIssues Measures |
Add a streaming multipart parser via the multipart lib.
This gives us: